Make an attempt at a quest
POST/attempt
Attempt at a quest will be passed to a queue for processing
Request
- application/json
Body
questID stringrequired
userID stringrequired
args
object
required
Arguments for the quest, e.g. the twitter handle that has to follow the account
property name* any
Arguments for the quest, e.g. the twitter handle that has to follow the account
Responses
- 200
A list of points
- application/json
- Schema
- Example (from schema)
Schema
Pk stringrequired
Sk stringrequired
QuestName stringrequired
UserId stringrequired
Status stringrequired
{
"Pk": "string",
"Sk": "string",
"QuestName": "string",
"UserId": "string",
"Status": "string"
}
Loading...